github.com/coder/websocket.mu.lock (method)
8 uses
github.com/coder/websocket (current package)
close.go#L202: err := c.readMu.lock(ctx)
conn.go#L276: func (m *mu) lock(ctx context.Context) error {
read.go#L371: err = c.readMu.lock(ctx)
read.go#L435: err = mr.c.readMu.lock(mr.ctx)
write.go#L123: err := mw.mu.lock(ctx)
write.go#L147: err = mw.writeMu.lock(mw.ctx)
write.go#L191: err = mw.writeMu.lock(mw.ctx)
write.go#L244: err = c.writeFrameMu.lock(ctx)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |